home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xsw / include / xprocs.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  979b  |  34 lines

  1. /*
  2.  *    @(#) xprocs.h 1.2 92/09/30 
  3.  */
  4. /***************************************************************************
  5.  *
  6.  *    Copyright (c) 1990        The Santa Cruz Operation, Inc.
  7.  *
  8.  *    All rights reserved.  No part of this program or publication may be
  9.  *    reproduced, transmitted, transcribed, stored in a retrieval system,
  10.  *    or translated into any language or computer language, in any form or
  11.  *    by any means, electronic, mechanical, magnetic, optical, chemical,
  12.  *    biological, or otherwise, without the prior written permission of:
  13.  *    
  14.  *        The Santa Cruz Operation , Inc.        (408) 425-7222
  15.  *        400 Encinal St., Santa Cruz, California 95060 USA
  16.  *
  17.  **************************************************************************/
  18. /*
  19.  * Modification History
  20.  *
  21.  * S001, 01-Jan-93, rickra
  22.  *      Did some minor clean up.
  23.  * S000, 30-Sep-92, rickra
  24.  *     Added copyright and modification history
  25.  */
  26. typedef struct fontstructure
  27. {
  28.   char *font_name;
  29. } FontStructure;
  30.  
  31. extern MyResources res;
  32.  
  33.  
  34.